home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_203_default.txt < prev    next >
Text File  |  1994-02-10  |  303b  |  15 lines

  1. // Set the default texture characteristics.  Any new objects
  2. // will inherit this texture until overridden by an explicit
  3. // texture statement.
  4. default
  5. {
  6.   texture
  7.   {
  8.     pigment { granite }
  9.     normal { bumps 0.5 }
  10.     finish { phong 0.6 phong_size 80 ambient 0.2 diffuse 0.7 reflection 0.2 }
  11.   }
  12. }
  13.  
  14.  
  15.